home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 05.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  194 b   |  12 lines

  1. on exitFrame
  2.   checkbutton(19, 20)
  3.   if rollOver(25) then
  4.     cursorcontrolsublead(25)
  5.   else
  6.     set the visible of sprite 48 to 0
  7.     updateStage()
  8.     cursor(-1)
  9.   end if
  10.   go(the frame)
  11. end
  12.